The areasOfInterest parameter to the function QTVRSetBackBufferImagingProc specifies an array of area of interest structures, each one of which indicates a rectangular area in the back buffer. An area of interest structure is defined by the QTVRAreaOfInterest data type:
struct QTVRAreaOfInterest {
float panAngle;
float tiltAngle;
float width;
float height;
UInt32 flags;
};
typedef struct QTVRAreaOfInterest QTVRAreaOfInterest;
| Previous | Chapter Contents | Chapter Top | Next |